home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
lov114
/
bnest3.bas
< prev
next >
Wrap
BASIC Source File
|
1988-08-08
|
99b
|
7 lines
sub nest3(i) static
print:print"in nest3";i;
for j=0 to 1
call nest4(j)
next j
end sub